Vcenter NamespaceManagement Supervisors Conditions Message

Vcenter NamespaceManagement Supervisors Conditions Message
Vcenter NamespaceManagement Supervisors Conditions Message

The Vcenter NamespaceManagement Supervisors Conditions Message schema contains user-readable information related to a Vcenter NamespaceManagement Supervisors Conditions Condition.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "severity": "string",
    "details": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
severity
Required

Type of the message.

For more information see: Vcenter NamespaceManagement Supervisors Conditions Severity.

This property was added in vSphere API 8.0.0.1.

details
Optional

Details about the message.

This property was added in vSphere API 8.0.0.1.

If missing or null, message details are not required for taking actions.